'Declaration Protected Property ValueProperty As DependencyProperty
'Usage Dim instance As TypeEditor(Of T) Dim value As DependencyProperty instance.ValueProperty = value value = instance.ValueProperty
protected DependencyProperty ValueProperty {get; set;}